Return

Edit Task: RecurringTimeImport

Description

The RecurringTimeImport attribute under EditTask imports a window file for the given task. This attribute can only be used if the attribute RecurringType is set to RecurringTime.

For more information on parameters, see the Window File Import page.

Parameters

ParameterDescription
File PathA string of text in single quotes of the Path/Filename of the window file that is to be imported.

Examples

Import recurring times for a task.

PATCH api/task/TaskA

Body:

{

"RecurringTimeImport" : "C:\\AstroScheduler\\Task_Times.txt"

}